home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8391 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  725 b 

  1. Path: skivs.ski.org!usenet
  2. From: gt@ns.oon.or.jp (Gemini Thunder)
  3. Newsgroups: comp.lang.c
  4. Subject: Question on stingizing
  5. Date: Sun, 03 Mar 1996 23:26:38 GMT
  6. Organization: Smith-Kettlewell Eye Research Institute
  7. Message-ID: <4hda43$f15@skivs.ski.org>
  8. NNTP-Posting-Host: oonserv.oon.or.jp
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11.   I have looked over this problem, but can not figure out the why of
  12. it.  I don't have a copy of the Standard, but I have read the FAQ 
  13. (11.17), but it does not give the why of it either....
  14.   Why is this necessary:
  15.  
  16. #define A Hello
  17. #define s(x) #x
  18. #define ss(x) s(x)  /* why this circumvention for #defined ?? */
  19.  
  20.   I can not be sure if 11.18 of the FAQ is also involved in the
  21. answer.  
  22.   TIA.
  23.  
  24.  
  25.